home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Utilities / In⁄Out™ / In_Out™ / background_2649.txt < prev    next >
Text File  |  1990-04-09  |  2KB  |  89 lines

  1. -- background: 2649 from stack: in
  2. -- bmap block id: 4002
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menubar
  9.   global GOOBER
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=36 top=0 right=19 bottom=71
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: b
  26. ----- HyperTalk script -----
  27. on mouseDown
  28.   --wait 30 ticks
  29.   go to card FILECARD
  30. end mouseDown
  31.  
  32.  
  33.  
  34. -- part 2 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=0 top=0 right=19 bottom=35
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: a
  46. ----- HyperTalk script -----
  47. on mouseDown
  48.   go to card aboutio
  49. end mouseDown
  50.  
  51.  
  52.  
  53. -- part 8 (button)
  54. -- low flags: 00
  55. -- high flags: 0000
  56. -- rect: left=104 top=0 right=19 bottom=150
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: c
  65. ----- HyperTalk script -----
  66. on mouseDown
  67.   go to card view
  68. end mouseDown
  69.  
  70.  
  71.  
  72. -- part 11 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=154 top=0 right=19 bottom=201
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: d
  84. ----- HyperTalk script -----
  85. on mouseDown
  86.   go to card selectuser
  87. end mouseDown
  88.  
  89.